home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / packet / thenet / x1j4_src / help.mac < prev    next >
Encoding:
Text File  |  1995-02-05  |  640 b   |  14 lines

  1.     .z80
  2.     dseg
  3.     public helpmsg_
  4.  
  5. helpmsg_:
  6.   db 'This is a Z80 based node running TheNet + an IP router.',13
  7.   db 'The basic commands are the same as the standard TheNet code,',13
  8.   db 'but with many additions. Briefly the main extras are:',13,13
  9.   db 'BBS, DXcluster, Host - These commands connect to nominated stations',13
  10.   db 'Links, Stats, IPstat - These give info on the node state',13
  11.   db 'MHeard, L3MHeard     - The most recent stations heard',13,13
  12.   db 'The Talk command allows stations to hold a multi-way conference.',13
  13.   db 0
  14.